home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / pff1_3 / about.frm next >
Text File  |  1995-05-08  |  3KB  |  100 lines

  1. VERSION 2.00
  2. Begin Form About 
  3.    BackColor       =   &H00000000&
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "About PFF"
  6.    ClientHeight    =   1845
  7.    ClientLeft      =   1440
  8.    ClientTop       =   1995
  9.    ClientWidth     =   5205
  10.    ControlBox      =   0   'False
  11.    Height          =   2250
  12.    Left            =   1380
  13.    LinkMode        =   1  'Source
  14.    LinkTopic       =   "Form1"
  15.    MaxButton       =   0   'False
  16.    MinButton       =   0   'False
  17.    ScaleHeight     =   1845
  18.    ScaleWidth      =   5205
  19.    Top             =   1650
  20.    Width           =   5325
  21.    Begin CommandButton Command1 
  22.       BackColor       =   &H00000000&
  23.       Caption         =   "Continue"
  24.       Height          =   345
  25.       Left            =   1980
  26.       TabIndex        =   2
  27.       Top             =   1335
  28.       Width           =   1200
  29.    End
  30.    Begin PictureBox Picture1 
  31.       AutoRedraw      =   -1  'True
  32.       BackColor       =   &H00000000&
  33.       BorderStyle     =   0  'None
  34.       ForeColor       =   &H00000000&
  35.       Height          =   510
  36.       Left            =   4440
  37.       Picture         =   ABOUT.FRX:0000
  38.       ScaleHeight     =   510
  39.       ScaleWidth      =   510
  40.       TabIndex        =   5
  41.       TabStop         =   0   'False
  42.       Top             =   1245
  43.       Width           =   510
  44.    End
  45.    Begin Label Label4 
  46.       Alignment       =   2  'Center
  47.       BackColor       =   &H00000000&
  48.       Caption         =   "Copyright ⌐ 1988-91, AmSoft Development"
  49.       ForeColor       =   &H00C0C0C0&
  50.       Height          =   225
  51.       Left            =   -15
  52.       TabIndex        =   4
  53.       Top             =   855
  54.       Width           =   5220
  55.    End
  56.    Begin Label Label3 
  57.       Alignment       =   2  'Center
  58.       AutoSize        =   -1  'True
  59.       BackColor       =   &H00000000&
  60.       Caption         =   "For Hewlett-Packard Deskjet Users"
  61.       ForeColor       =   &H00FFFF00&
  62.       Height          =   195
  63.       Left            =   15
  64.       TabIndex        =   3
  65.       Top             =   615
  66.       Width           =   5190
  67.    End
  68.    Begin Label Label2 
  69.       Alignment       =   2  'Center
  70.       AutoSize        =   -1  'True
  71.       BackColor       =   &H00000000&
  72.       Caption         =   "Programmer's File Formatter"
  73.       ForeColor       =   &H0000FFFF&
  74.       Height          =   195
  75.       Left            =   15
  76.       TabIndex        =   1
  77.       Top             =   330
  78.       Width           =   5160
  79.    End
  80.    Begin Label Label1 
  81.       Alignment       =   2  'Center
  82.       AutoSize        =   -1  'True
  83.       BackColor       =   &H00000000&
  84.       Caption         =   "PFF "
  85.       ForeColor       =   &H00C0C000&
  86.       Height          =   195
  87.       Left            =   15
  88.       TabIndex        =   0
  89.       Top             =   135
  90.       Width           =   5175
  91.    End
  92. End
  93. Sub Command1_Click ()
  94.  
  95.     Hide
  96.     Unload About
  97.                 
  98. End Sub
  99.  
  100.